-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow disable search on collection #1236
Conversation
packages/datasource-customizer/test/decorators/search/collections.test.ts
Outdated
Show resolved
Hide resolved
describe('refineSchema', () => { | ||
it('should set the schema searchable', async () => { | ||
const decorator = buildCollection({ searchable: false }); | ||
|
||
expect(decorator.schema.searchable).toBe(true); | ||
}); | ||
|
||
describe('when replace and disable are both used', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Insane ♡
packages/datasource-customizer/test/decorators/search/collections.test.ts
Outdated
Show resolved
Hide resolved
Code Climate has analyzed commit 8174661 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (98% is the threshold). This pull request will bring the total coverage in the repository to 97.2% (0.0% change). View more on Code Climate. |
## [1.12.5](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.12.5) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
## [1.57.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
🎉 This PR is included in version 1.12.16 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
# [1.59.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
## [1.1.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
🎉 This PR is included in version 1.12.5 🎉 The release is available on Your semantic-release bot 📦🚀 |
## [1.4.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
## [1.1.19](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
🎉 This PR is included in version 1.57.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.4.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-13) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67))
🎉 This PR is included in version 1.59.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.45 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.5.10 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.13 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.19 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.3 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.8.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-22) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67)) * upgrade uuid package to handle uuid v7 ([#1243](#1243)) ([ebf9515](ebf9515))
🎉 This PR is included in version 1.3.31 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.11.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-22) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67)) * upgrade uuid package to handle uuid v7 ([#1243](#1243)) ([ebf9515](ebf9515))
## [1.16.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-22) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67)) * upgrade uuid package to handle uuid v7 ([#1243](#1243)) ([ebf9515](ebf9515))
# [1.47.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-22) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67)) * upgrade uuid package to handle uuid v7 ([#1243](#1243)) ([ebf9515](ebf9515))
## [1.36.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-22) ### Features * allow disable search on collection ([#1236](#1236)) ([c9e5e67](c9e5e67)) * upgrade uuid package to handle uuid v7 ([#1243](#1243)) ([ebf9515](ebf9515))
🎉 This PR is included in version 1.8.10 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Definition of Done
General
Security